home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’96
/
DragClick
/
Sources
/
DragClick.h
< prev
next >
Wrap
Text File
|
1996-06-21
|
535b
|
21 lines
// =============================================================================
//
// DragClick.h
//
// Author: Greg Friedman
//
// =============================================================================
#ifndef __DRAGCLICK__
#define __DRAGCLICK__
#define kDragClickResType 'INIT'
#define kDragClickResID 0
#define kFinderCreator 'MACS'
void DoDrag(Point thePt, RgnHandle selectRgn, TEHandle hTE, long ticks);
pascal OSErr LocalDragInputProc(Point* mouse, short* modifiers, void* refCon, DragReference dragRef);
#endif